Hi, I am running G-code which works fine. On the G-Code screen I assigned the C program to initialise to the Initialise button and the C program to Home to the Home button. This works fine when pressing the buttons manually.
I then tried to automate this by assigning the C programs to M commands and calling the M commands from G-code in the start of the G-code. This is when the buffer underrun messages are generated. Any idea why? It also looks like the G-code is not waiting for these commands to be completed. I then put in Pauses (G4) but that did not help.
I look forward to your assistance.